Welcome![Sign In][Sign Up]
Location:
Search - Adjacency lists

Search list

[Data structsdiwuci

Description: 1)掌握图的邻接矩阵、邻接表、十字链表、邻接多重链表存储结构表示及其创建算法的c语言实现; 2)掌握图的深度优先搜索遍历算法和图的广度优先搜索遍历算法及C语言实现; -1) The master plan of the adjacency matrix, adjacency table, Cross linked lists, adjacency list multiple storage structure and express language to create algorithms realize c 2) grasp the depth-first search graph traversal algorithm and the graph breadth-first search traversal algorithm and C language
Platform: | Size: 36864 | Author: ma | Hits:

[Otherdata_structure

Description: 广工--数据结构的课程设计 郑纬民教授版 图的十字链表实现 图的邻接表实现 -Canton Public Works- data structure of the curriculum design Professor Zheng Weimin territory Cross linked lists to achieve the realization of graph adjacency list
Platform: | Size: 59392 | Author: 谢昀 | Hits:

[Data structstu-matrix

Description: 图可以采用邻接矩阵、邻接表等多种方式来存储,本程序实现图的邻接矩阵存储-Chart can be used adjacency matrix, adjacency lists to store a variety of ways, this program graph adjacency matrix storage
Platform: | Size: 1024 | Author: youjing | Hits:

[OtherEdgeDisjointCycles

Description: Edge Disjoint Cycles. You are given an input graph that is either directed or undirected. Write a program that reads in a vertex number and lists the number of edge disjoint cycles that start and end at this vertex. The output should also list the edges in each of the cycle discovered. Input will be the adjacency matrix preceded by a 0 or 1 representing Directed or Undirected graphs respectively.
Platform: | Size: 1024 | Author: jazz | Hits:

[Graph programadjacency_lists

Description: This a program of Graph. Adjacency Lists is a way of storing data of a graph. I use C to write it.-This is a program of Graph. Adjacency Lists is a way of storing data of a graph. I use C to write it.
Platform: | Size: 1024 | Author: ashley | Hits:

[VC/MFChash

Description: 一个功能较为全面的hash类头文件,用开放地址法和邻接链表法处理冲突,表的大小为大于用户指定大小的最小质数。表本身会自动调整大小-A hash function is more comprehensive class header file, with the opening address of the treatment method and the adjacency lists conflict, the table size is greater than the user-specified size of the smallest prime number. Automatically adjust the size of the table itself
Platform: | Size: 3072 | Author: 余杰 | Hits:

[Data structsXHstudent

Description: 1.对多个链表进行操作 2.回溯法求解0/1背包 3.分枝限界法求解0/1背包 4.回溯法求解n—皇后问题 5.图的操作(邻接表表示)-1. Operate on multiple lists 2. Backtracking method for solving 0/1 knapsack 3. Branch and bound method for solving 0/1 knapsack 4. Backtracking to solve n-queens problem 5. Graph operation (adjacency list representation)
Platform: | Size: 248832 | Author: 晓枫 | Hits:

[Data structsShortestPath

Description: 用邻接链表做的最短路径算法 迪杰斯特拉算法 可以实现大数据量的计算-Adjacency lists to do with the shortest path algorithm can count 法迪杰斯特拉 calculation of a large amount of data
Platform: | Size: 5435392 | Author: 杨柳强 | Hits:

[Data structsdata-structure-Graph

Description: 本软件围绕无向图的应用这一主题,用图形化的界面实现了无向图的建立、显示邻接表、动态构造最小生成树(分别利用Prim算法和Kruscal算法)、查找最短路径等功能。 具体功能: 给定一个图,完成: (1) 建立并显示出它的邻接链表 (2) 分别用普里姆算法和克鲁斯卡尔算法构造其最小生成树,随时显示其构造的过程 (3) 给出某一确定顶点到所有其他顶点的最短路径 (4) 给出每一对顶点之间的最短路径 说明:程序开发时所用的文件和源码在文件夹“配套文件”中提供。另附说明文档。-This software around the theme of directed graph, use the graphical interface to achieve the establishment of an undirected graph, showing the adjacent table, the dynamic construction of minimum spanning tree (Prim algorithm and Kruscal algorithm), find the shortest path. Specific features: Given a graph, complete: (1) to establish and demonstrate its adjacency lists (2) the algorithm of Prim and Kruskal algorithm construct the minimum spanning tree, ready to show the process of its construction (3) gives the shortest path to determine a vertex to all other vertices (4) gives the shortest path between each pair of vertices Description: used in program development and source files in the folder "supporting documents". Attach a separate sheet document.
Platform: | Size: 3050496 | Author: lsc | Hits:

[Data structsaaaa

Description: 1) 先任意创建一个图; 2) 图的DFS,BFS的递归和非递归算法的实现 3) 最小生成树(两个算法)的实现,求连通分量的实现 4) 要求用邻接矩阵、邻接表、十字链表多种结构存储实现-A) any first create a graph 2) DFS, BFS recursive and non recursive algorithm 3) The minimum spanning tree (algorithm) to achieve, find the connected components to achieve 4) request with adjacency matrix, adjacency list cross-linked lists a variety of structural storage implementation
Platform: | Size: 4096 | Author: liliaaa | Hits:

[Data structsALGraph

Description: 邻接链表图的代码实现,VC++开发平台,C语言描述的数据结构。-Source implementation of the adjacency lists map, VC++ development platform, the C language to describe the data structure.
Platform: | Size: 209920 | Author: 李海锋 | Hits:

[Otherprefix1

Description: Linked list graph, adjacency matrix using linked lists, linked list, Linked list graph, adjacency matrix using linked lists, linked list
Platform: | Size: 1024 | Author: Superman | Hits:

[Othermain

Description: 图的邻接链表存储和遍历,C语言课程设计大作业,包括广度优先和深度优先。-The adjacency lists storage and traversal, C language curriculum design operations, including the breadth-first and depth-first.
Platform: | Size: 1024 | Author: zhiwen.link | Hits:

[OtherAdjacencyListUndirectedGraph.r

Description: 《数据结构》课程中,邻接链表无向图的C++实现。具有很好的参考价值!,The implementation of Adjacency lists undirected graph by C++ programming language.
Platform: | Size: 3072 | Author: 吴学明 | Hits:

[Data structslinjielianbiao

Description: 大学数据结构上机作业,C++语言写的邻接链表,练习邻接链表的工作机制。-Data structures, the use of adjacency lists
Platform: | Size: 1024 | Author: 党阳 | Hits:

CodeBus www.codebus.net